projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8539959
)
(make-help-screen): Mention DEL in the prompt.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Mar 1998 05:26:05 +0000
(
05:26
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Mar 1998 05:26:05 +0000
(
05:26
+0000)
lisp/help-macro.el
patch
|
blob
|
history
diff --git
a/lisp/help-macro.el
b/lisp/help-macro.el
index e047715b4ab20ff941d4fbcf0125f934298d2e45..366466142de68c83f41891cefcf4b2a8460ec4c5 100644
(file)
--- a/
lisp/help-macro.el
+++ b/
lisp/help-macro.el
@@
-153,7
+153,7
@@
and then returns."
(format "Type one of the options listed%s: "
(if (pos-visible-in-window-p
(point-max))
- "" "
or Space
to scroll")))
+ "" "
, or SPACE or DEL
to scroll")))
char (aref key 0)))
;; If this is a scroll bar command, just run it.